Contribution org.nuxeo.dam.ecm.types--types
In component org.nuxeo.dam.ecm.types
org.nuxeo.dam.ecm.types
inside nuxeo-dam-6.0.jar
This contribution is part of XML component Extension Point
Extension point types of component TypeService.Contributed Items
XML Source
<extension point="types" target="org.nuxeo.ecm.platform.types.TypeService">
<!-- Default DAM types -->
<type id="AssetLibrary">
<label>AssetLibrary</label>
<icon>/icons/assets_library.png</icon>
<bigIcon>/icons/assets_library_100.png</bigIcon>
<category>DAM</category>
<description>AssetLibrary.description</description>
<default-view>view_documents</default-view>
<subtypes>
<type>Folder</type>
<type>File</type>
<type>Picture</type>
<type>Video</type>
<type>Audio</type>
</subtypes>
<layouts mode="any">
<layout>heading</layout>
</layouts>
<layouts mode="edit">
<layout>heading</layout>
<layout>dublincore</layout>
</layouts>
<contentViews category="content">
<contentView>document_content</contentView>
</contentViews>
<contentViews category="trash_content">
<contentView showInExportView="false">
document_trash_content
</contentView>
</contentViews>
</type>
</extension>